R undocumented/DiscussionThreadFunctions.R

# This function creates a DiscussionThread object for use in creating and modifying DiscussionThread objects.
createDiscussionthreadObject = function(title  = NULL, body  = NULL, graded  = NULL, due  = NULL, grade_item_id  = NULL, grading_scale  = NULL, grading_period  = NULL, grading_category  = NULL, max_points  = NULL, factor  = NULL, is_final  = NULL, published  = NULL, require_initial_post  = NULL){
object = as.list(environment()) 
 object = userObject[as.character(userObject) != "NULL"] 
 return(userObject) 
 }
sterfa02/SchoologyAPI documentation built on Jan. 10, 2023, 11:27 p.m.